|
|
|
|
MaxLines Property, SftTree Class |
Defines the maximum number of text lines to be displayed by cells in the item area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property MaxLines As Integer |
C# |
public int MaxLines { get; set; } |
C++ |
public: property int MaxLines { |
Property Value
The maximum number of text lines to be displayed by cells or 0 if there is no limit.
The default value is 3.
Comments
The MaxLines property defines the maximum number of text lines to be displayed by cells in the item area.
The TextPartClass class honors this property and never displays more than the defined number of text lines for cells in the item area.
When designing additional parts (derived from GenericPartClass or from TextPartClass), make sure to honor this property.